home *** CD-ROM | disk | FTP | other *** search
- RR Volumes(index;name;file system) -> err
-
- Returns name and file system name of a volume. Freeware.
-
- index integer indicates which volume you're asking about. When it's
- not available err <> 0. First mounted = 1, etc.
-
- name string returned with the volume name
-
- file system string description of the file system:
- Apple Photo Access
- AppleShare
- Audio
- DOS
- HFS
- High Sierra
- ISO 9660
- MFS
- NFS *
- PowerTalk Mail Enclosures
- ProDOS
- QuickTake
- Unknown
- Unknown (xxxx) **
-
- *= experimentally determined, using NFS/Share.
- **= with the type found but unknown to the external.
-
- Except MFS and NFS, all others emulate HFS volumes.
-
-
- err integer indicates if and which error occured.
- (zero indicates no error).
-
-
- History:
- 1.0 First release
-
- 1.0.1
- - AppleShare volumes correctly recognized.
-
- 1.0.2
- - NFS volume type added.
- - Corrected some minor errors.
-
- 1.0.3
- - Corrected code which may cause problems when low on memory.
- - Changed err parameter into integer, shouldn't be a problem.
-
- 1.1
- - Fixed possible problem which was because of an error in the Apple
- documentation.
- - Added several new file systems.
-
- © 1993-1994, René G.A. Ros
- Freeware.
-
-
-
-